home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Internet software / NewsWatcher / NW Source / Source / text.h < prev    next >
Text File  |  1994-07-18  |  218b  |  5 lines

  1. OSErr MakeNewTextWindow (StringPtr title, short panelHeight, 
  2.     void (*drawPanel)(WindowPtr), Handle text, WindowPtr *theWindow);
  3. Boolean CheckTextWindowAlreadyOpen (StringPtr title);
  4. void InitTextDispatchTable (void);
  5.